'Declaration Protected Overrides Function NeedsVectorPrinting( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
protected override bool NeedsVectorPrinting(
Vintasoft.Imaging.VintasoftImage image
)
protected: bool NeedsVectorPrinting(
Vintasoft.Imaging.VintasoftImage* image
); override
protected:
bool NeedsVectorPrinting(
Vintasoft.Imaging.VintasoftImage^ image
); override
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.