VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / HasDocumentInformation Property
Syntax Requirements SeeAlso
In This Topic
    HasDocumentInformation Property (PdfDocument)
    In This Topic
    Gets a value indicating whether this document has the document information.
    Syntax
    'Declaration
    
    Public ReadOnly Property HasDocumentInformation As Boolean
    
    
    public bool HasDocumentInformation { get; }
    
    
    public: __property bool get_HasDocumentInformation();
    
    
    
    public:
    property bool HasDocumentInformation { bool get(); }

    Property Value

    true if this document has the document information; otherwise, false.
    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