VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentCompressorSettings Class / documentPackFormat Property
Syntax Requirements SeeAlso
In This Topic
    documentPackFormat Property (WebPdfDocumentCompressorSettings)
    In This Topic
    Gets or sets the format of packed (output) PDF document.
    Syntax
    'Declaration
    
    Public Property documentPackFormat As WebPdfFormat
    
    
    public WebPdfFormat documentPackFormat { get; set; }
    
    
    public: __property WebPdfFormat* get_documentPackFormat();
    public: __property void set_documentPackFormat(
    WebPdfFormat* value
    );
    public:
    property WebPdfFormat^ documentPackFormat { WebPdfFormat^ get(); void set(WebPdfFormat^ value); }

    Property Value

    Default value is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also