DocumentLayout Members
In This Article
#Properties
Name | Description |
---|---|
Is |
Indicates whether the document layout is ready and up-to-date. |
#Methods
Name | Description |
---|---|
Begin |
Starts modifying the document obtained via a layout element. |
Dispose() |
Disposes of the Document |
End |
Finalizes modifications of the document obtained via the layout element. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the layout element of the specified type which relates to the specified position in the document model. |
Get |
Returns the layout element of the type designated by the specified generic type parameter which relates to the specified position in the document model. |
Get |
Obtains a number of pages for which layout has been already calculated. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the page of the document layout by the specified index. |
Get |
Calculates the page layout asynchronously for the specified page and allows task cancellation through the use of a cancellation token. |
Get |
Calculates page layout asynchronously for the specified page. |
Get |
Get a number of pages in the document. |
Get |
Obtains the index of the page containing the specified layout element. |
Get |
Gets the plain text contained in the range to which the layout element relates. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Split |
Splits the Plain |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Document |
Fires after the document layout is calculated. |
Document |
Fires after any document modification which makes the current layout outdated. |
Page |
Fires after a page layout is recalculated. |
See Also