VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / SaveImageFileRequestParams Class / documentLayoutSettings Property
Syntax Requirements SeeAlso
In This Topic
    documentLayoutSettings Property (SaveImageFileRequestParams)
    In This Topic
    Gets or sets the document layout settings.
    Syntax
    'Declaration
    
    Public Property documentLayoutSettings As Vintasoft.Shared.Web.WebDocumentLayoutSettings
    
    
    public Vintasoft.Shared.Web.WebDocumentLayoutSettings documentLayoutSettings { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebDocumentLayoutSettings* get_documentLayoutSettings();
    public: __property void set_documentLayoutSettings(
    Vintasoft.Shared.Web.WebDocumentLayoutSettings* value
    );
    Requirements

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

    See Also