VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type
Constructors SeeAlso
In This Topic
    WebDocumentLayoutSettingsJS Class Members
    In This Topic
    The following tables list the members exposed by WebDocumentLayoutSettingsJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebDocumentLayoutSettingsJS class.
    Methods
     NameDescription
    Public MethodGets a value indicating whether the hidden content must be shown on DOCX page.
    Public MethodGets the layout settings for document page.
    Public MethodGets a value indicating whether XLSX converter should automatically calculate widths of all columns.
    Public MethodGets the minimum width of the column in XLSX document. 1 unit of measure is calculated as "value_of_this_property * maximum_width_of_symbol_in_default_font".
    Public MethodGets the type of layout settings for XLSX page.
    Public MethodGets a value indicating whether the hidden graphics must be shown on XLSX page.
    Public MethodGets a value indicating whether the hidden XLSX worksheets must be shown.
    Public MethodSets a value indicating whether the hidden content must be shown on DOCX page.
    Public MethodSets the layout settings for document page.
    Public MethodSets a value indicating whether XLSX converter should automatically calculate widths of all columns.
    Public MethodSets the minimum width of the column in XLSX document. 1 unit of measure is calculated as "value_of_this_property * maximum_width_of_symbol_in_default_font".
    Public MethodSets the type of layout settings for XLSX page.
    Public MethodSets a value indicating whether the hidden graphics must be shown on XLSX page.
    Public MethodSets a value indicating whether the hidden XLSX worksheets must be shown.
    Public MethodReturns settings as object.
    See Also