VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DocumentLayoutSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    DocumentLayoutSettings Class Members
    In This Topic
    The following tables list the members exposed by DocumentLayoutSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the environment properties of document.
    Public PropertyGets or sets the layout settings for document pages with even indices.
    Public PropertyGets or sets the font programs controller that allows to access the external font programs.
    Public PropertyGets or sets a value indicating whether the layout engine interrupts the layout process on last page.
    Public PropertyGets or sets a value indicating whether the layout engine uses layout settings that is compatible with VintaSoft layout engine.
    Public PropertyGets or sets the layout settings for document pages with odd indices.
    Public PropertyGets or sets the count of pages, which should be layouted.
    Public PropertyGets or sets the layout settings for document page.
    Public PropertyGets the page layout settings for pages with specified indexes.
    Public PropertyGets or sets a value indicating whether the document uses dynamic layout.
    Public PropertyGets or sets a value indicating whether the layout engine uses relative size instead of specified size of graphics object.
    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 MethodServes as the default hash function.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodReturns page layout settings for specified page.
    Protected Methods
     NameDescription
    Protected MethodCreates the font program controller that is used as the default font program controller for this document layout settings.
    See Also