VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SanePdfEncoderSettings Class / PdfACompatible Property
Syntax Requirements SeeAlso
In This Topic
    PdfACompatible Property (SanePdfEncoderSettings)
    In This Topic
    Gets or sets a value indicating whether PDF/A document must be created.
    Syntax
    'Declaration
    
    Public Property PdfACompatible As Boolean
    
    
    public bool PdfACompatible { get; set; }
    
    
    public: __property bool get_PdfACompatible();
    public: __property void set_PdfACompatible(
    bool value
    );
    public:
    property bool PdfACompatible { bool get(); void set(bool value); }
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also