PagesEnumeratorT(IDocumentT, IGraphics) Constructor
Constructor of the object.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public PagesEnumerator(
IDocument<T> doc,
IGraphics graphics
)
Public Sub New (
doc As IDocument(Of T),
graphics As IGraphics
)
public:
PagesEnumerator(
IDocument<T>^ doc,
IGraphics^ graphics
)
new :
doc : IDocument<'T> *
graphics : IGraphics -> PagesEnumerator
Parameters
- doc IDocumentT
-
Document to proceed with.
- graphics IGraphics
-
Graphics context to draw Page into.