'Declaration Public Function NeedUseRendering( _
ByVal imageImage.As Vintasoft.Imaging.VintasoftImage _
) As Boolean
public bool NeedUseRendering(
Vintasoft.Imaging.VintasoftImage image
)
public: bool NeedUseRendering(
Vintasoft.Imaging.VintasoftImage* image
)
public:
bool NeedUseRendering(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- Image.
Return Value
True - image must be rendered; false - image must NOT be rendered.