Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Image Class / ToGcBitmap Method / ToGcBitmap(Boolean) Method
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.

In This Topic
    ToGcBitmap(Boolean) Method
    In This Topic
    Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current Image.
    Syntax
    'Declaration
     
    Public Overloads Function ToGcBitmap( _
       ByVal applyExifOrientation As System.Boolean _
    ) As GcBitmap
    public GcBitmap ToGcBitmap( 
       System.bool applyExifOrientation
    )

    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.

    Return Value

    A new instance of the GrapeCity.Documents.Imaging.GcBitmap class.
    See Also