PagesEnumeratorT(IDocumentT, RectangleF) Constructor
Constructor of the object.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public PagesEnumerator(
IDocument<T> doc,
RectangleF clip
)
Public Sub New (
doc As IDocument(Of T),
clip As RectangleF
)
public:
PagesEnumerator(
IDocument<T>^ doc,
RectangleF clip
)
new :
doc : IDocument<'T> *
clip : RectangleF -> PagesEnumerator
Parameters
- doc IDocumentT
-
Document to proceed with.
- clip RectangleF
-
Visible bounds of the document.