Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentUsage.ExportDef Class / ExportState Property

In This Topic
    ExportState Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property ExportState As System.Nullable(Of PdfEnum(Of LayerContentState))
    public System.Nullable<PdfEnum<LayerContentState>> ExportState {get; set;}
    See Also