'Declaration Overloads Function ToGcBitmap( _ ByVal applyExifOrientation As System.Boolean, _ ByRef disposeAfterUse As System.Boolean _ ) As GcBitmap
GcBitmap ToGcBitmap( System.bool applyExifOrientation, out System.bool disposeAfterUse )
Parameters
- applyExifOrientation
- Indicates whether the flip and rotate transformations should be applied to the returned GrapeCity.Documents.Imaging.GcBitmap if that is required by the Orientation property in the EXIF profile.
- disposeAfterUse
- OUT: Indicates whether the returned GrapeCity.Documents.Imaging.GcBitmap should be disposed by the user.
Return Value
A GrapeCity.Documents.Imaging.GcBitmap object containing the image.