'Declaration Protected Overridable Function NeedsVectorPrinting( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
protected virtual bool NeedsVectorPrinting(
Vintasoft.Imaging.VintasoftImage image
)
protected: virtual bool NeedsVectorPrinting(
Vintasoft.Imaging.VintasoftImage* image
)
protected:
virtual bool NeedsVectorPrinting(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image.
Return Value
True - image can be printed in vector mode;
false - image must be renrasterized before printing.
false - image must be renrasterized before printing.