'Declaration Public Overloads Sub SetImage( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal allocateNewResourceA value indicating whether to allocate the new resource. True - image element must encode image data to the new resource; false - image element must encode image data to the existing resource.As Boolean _
)
public void SetImage(
Vintasoft.Imaging.VintasoftImage image,
bool allocateNewResource
)
public: void SetImage(
Vintasoft.Imaging.VintasoftImage* image,
bool allocateNewResource
)
public:
void SetImage(
Vintasoft.Imaging.VintasoftImage^ image,
bool allocateNewResource
)
Parameters
- image
- The image.
- allocateNewResource
- A value indicating whether to allocate the new resource. True - image element must encode image data to the new resource; false - image element must encode image data to the existing resource.