VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfMarkInformation Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfMarkInformation Class
    In This Topic
    Provides additional information about structure of PDF document.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfMarkInformation
    Syntax
    'Declaration
    
    Public Class PdfMarkInformation
       Inherits PdfTreeNodeBase
    
    
    public class PdfMarkInformation : PdfTreeNodeBase
    
    
    public __gc class PdfMarkInformation : public PdfTreeNodeBase*
    
    
    public ref class PdfMarkInformation : public PdfTreeNodeBase^
    
    
    Remarks

    The MarkInfo entry in the document catalog specifies a mark information dictionary. It provides additional information relevant to specialized uses of structured PDF documents.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.PdfMarkInformation

    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