'Declaration Public Function GetImageRectGrid( _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetImageRectGrid(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings
)
public: System.Drawing.Rectangle* GetImageRectGrid(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* decodingSettings
)
public:
System.Drawing.Rectangle^ GetImageRectGrid(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ decodingSettings
)
Parameters
- decodingSettings
- The decoding settings that should be used for decoding of page image.
Return Value
An image grid as array of rectangles.