Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentConfiguration Class
Members

In This Topic
    OptionalContentConfiguration Class
    In This Topic
    Represents the Optional Content Configuration PDF dictionary. Contains information that allows specifying different presentations of a document's optional content groups for use by PDF processors.
    Object Model
    OptionalContentConfiguration Class
    Syntax
    'Declaration
     
    Public Class OptionalContentConfiguration 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class OptionalContentConfiguration : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Layers.OptionalContentConfiguration

    See Also