VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / XlsxDocumentLayoutSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    XlsxDocumentLayoutSettings Class Members
    In This Topic
    The following tables list the members exposed by XlsxDocumentLayoutSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the calculation mode.
    Public PropertyGets or sets the environment properties of document. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets the layout settings for document pages with even indices. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets the font programs controller that allows to access the external font programs. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets a value indicating whether the layout engine interrupts the layout process on last page. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets a value indicating whether the layout engine uses layout settings that is compatible with VintaSoft layout engine. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets the layout settings for document pages with odd indices. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets the count of pages, which should be layouted. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets the layout settings for document page. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets the type of page layout settings.
    Public PropertyGets the page layout settings for pages with specified indexes. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets a value indicating whether the hidden graphics must be shown.
    Public PropertyGets or sets a value indicating whether the hidden worksheets must be shown.
    Public PropertyGets or sets a value indicating whether the document uses dynamic layout. (Inherited from DocumentLayoutSettings)
    Public PropertyGets or sets a value indicating whether the layout engine uses relative size instead of specified size of graphics object. (Inherited from DocumentLayoutSettings)
    Public Methods
     NameDescription
    Public MethodCreates an exact copy of this DocumentLayoutSettings.
    Public MethodCopies the state of the current object to the target object.
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodReturns page layout settings for specified page. (Inherited from DocumentLayoutSettings)
    Protected Methods
     NameDescription
    Protected MethodCreates the font program controller that is used as the default font program controller for this document layout settings. (Inherited from DocumentLayoutSettings)
    See Also