IDocumentLayout<T> Interface
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public interface IDocumentLayout<T>
where T : IDocumentObject
Public Interface IDocumentLayout(Of T As IDocumentObject)
generic<typename T>
where T : IDocumentObject
public interface class IDocumentLayout
type IDocumentLayout<'T when 'T : IDocumentObject> = interface end
Type Parameters
- T
-
Type of elements contained in IDocument<T>.
IsChanged |
Determines whether the layout of the document has changed or not.
|
TryGetEnumerator |
Returns enumerator of the document objects based on the placement and index of the page.
|