PageLayoutOptions
Contents
[
Hide
]
PageLayoutOptions class
Describes page layout modes when loading web documents.
public class PageLayoutOptions : FlagsEnumeration
Methods
Name | Description |
---|---|
CompareTo(object) | Compares current object to other. |
virtual Equals(Enumeration) | Determines whether two object instances are equal. |
override Equals(object) | Determines whether two object instances are equal. |
override GetHashCode() | Serves as the default hash function. |
virtual HasFlag<T>(T) | Checks if the current flag has the specified flag. |
virtual HasFlagValue(int) | Checks if the current flag has the specified value. |
override ToString() | Converts the current object to a string. |
Fields
Name | Description |
---|---|
static readonly None | Default value |
static readonly ScaleToPageHeight | This flag indicates that the content of the document will be scaled to fit the height of the first page. All document content will be placed on the single page only. |
static readonly ScaleToPageWidth | Indicates that the content of the document will be scaled to fit the page where the difference between the available page width and the overlapping content is greatest. |
See Also
- class FlagsEnumeration
- namespace GroupDocs.Conversion.Options.Load
- assembly GroupDocs.Conversion