VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.OptionalContent Namespace / PdfOptionalContentUsageView Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfOptionalContentUsageView Class
    In This Topic
    Represents the "View" entry of optional content usage dictionary.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfOptionalContentUsageView
    Syntax
    'Declaration
    
    Public Class PdfOptionalContentUsageView
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public class PdfOptionalContentUsageView : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc class PdfOptionalContentUsageView : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfOptionalContentUsageView : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Remarks

    This entry specifying that the content in this group is intended for use when the document is opened in a viewer application.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.OptionalContent.PdfOptionalContentUsageView

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also