VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFormat Class / CompressedCrossReferenceTable Property
Syntax Requirements SeeAlso
In This Topic
    CompressedCrossReferenceTable Property (PdfFormat)
    In This Topic
    Gets a value indicating whether PDF document should have compressed cross-reference table.
    Syntax
    'Declaration
    
    Public ReadOnly Property CompressedCrossReferenceTable As Boolean
    
    
    public bool CompressedCrossReferenceTable { get; }
    
    
    public: __property bool get_CompressedCrossReferenceTable();
    
    
    
    public:
    property bool CompressedCrossReferenceTable { bool get(); }

    Property Value

    True - PDF document should have compressed cross-reference table; false - PDF document should have not compressed cross-reference table.
    Default value is false.
    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