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

In This Topic
    View Property (OptionalContentUsage)
    In This Topic
    Gets or sets a OptionalContentUsage.ViewDef object containing options used when the document is first opened by a PDF processor.
    Syntax
    'Declaration
     
    Public Property View As OptionalContentUsage.ViewDef
    public OptionalContentUsage.ViewDef View {get; set;}
    See Also