[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentUsage.ExportDef

Class OptionalContentUsage.ExportDef

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

Defines the options used when the document (or part of it) is saved by a PDF processor to a format that does not support optional content.

public class OptionalContentUsage.ExportDef : PdfDictWrapper, IPdfDict
Inheritance
object
OptionalContentUsage.ExportDef
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ExportDef()

Initializes a new instance of the OptionalContentUsage.ExportDef class.

public ExportDef()

Properties

ExportState

Gets or sets a value indicates the recommended state for content in this group when the document (or part of it) is saved by a PDF processor to a format that does not support optional content.

public PdfEnum<LayerContentState>? ExportState { get; set; }

Property Value

PdfEnum<LayerContentState>?