VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type
In This Topic
WebDocumentLayoutSettingsJS Class Methods
In This Topic
For a list of all methods of this type, see WebDocumentLayoutSettingsJS.
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