Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / BaseOptions Class / SourceRect Property

In This Topic
    SourceRect Property
    In This Topic
    Specifies the source rectangle for encoding.
    Syntax
    'Declaration
     
    Public Property SourceRect As System.Nullable(Of Rectangle)
    public System.Nullable<Rectangle> SourceRect {get; set;}
    See Also