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

    This entry specifying that the content in this group is intended for use in printing.

    Inheritance Hierarchy

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

    Requirements

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

    See Also