PageLayoutOptions
Leave feedback
On this page
Describes page layout modes when loading web documents.
public class PageLayoutOptions : FlagsEnumeration
| 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. |
| operator | | Combines two PageLayoutOptions flags using bitwise OR. |
| 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. |
- class FlagsEnumeration
- namespace GroupDocs.Conversion.Options.Load
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.