ProcessPage Method (C1dxExporter)
In This Topic
Not supported for this class.
Syntax
'Declaration
Protected Overridable Sub ProcessPage( _
ByVal As Metafile, _
ByVal As C1MetafileInfo, _
ByVal As Integer, _
ByVal As Boolean _
)
protected virtual void ProcessPage(
Metafile ,
C1MetafileInfo ,
int ,
bool
)
Parameters
- pageImage
- metafileInfo
- pageNo
- firstPage
See Also