VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFormat Class / BinaryFormat Property
Syntax Requirements SeeAlso
In This Topic
    BinaryFormat Property (PdfFormat)
    In This Topic
    Gets a value indicating whether PDF document should apply text filters to binary data.
    Syntax
    'Declaration
    
    Public ReadOnly Property BinaryFormat As Boolean
    
    
    public bool BinaryFormat { get; }
    
    
    public: __property bool get_BinaryFormat();
    
    
    
    public:
    property bool BinaryFormat { bool get(); }

    Property Value

    True - PDF document should apply text filters to binary data; false - PDF document should not apply text filters to binary data.
    Default value is true.
    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