Click or drag to resize

Clip Class

Clip data.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfVisionClip

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2023.11.2
Syntax
public class Clip

The Clip type exposes the following members.

Constructors
 NameDescription
Public methodClipInitializes a new instance of the Clip class
Top
Properties
 NameDescription
Public propertyCode exampleHeight Height of clipping area.
Public propertyCode exampleScale Scale of the webpage rendering. Defaults to 1.
Public propertyCode exampleWidth Width of clipping area.
Public propertyCode exampleX x-coordinate of top-left corner of clip area.
Public propertyCode exampleY y-coordinate of top-left corner of clip area.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also