Class BaseOptions
- Namespace
- GrapeCity.Documents.Imaging.Windows
- Assembly
- GcDocs.Imaging.Windows.dll
Base class for all encoder options.
- Inheritance
-
object
BaseOptions
-
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
BaseOptions()
Properties
SourceRect
Specifies the source rectangle for encoding.
public Rectangle? SourceRect { get; set; }
Property Value
- System.Drawing.Rectangle?