Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / OptionalContent Property

In This Topic
    OptionalContent Property (GcPdfDocument)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Layers.OptionalContentProperties object that contains information about optional PDF content (layers) in this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property OptionalContent As OptionalContentProperties
    public OptionalContentProperties OptionalContent {get;}
    See Also