API Reference
Class
PdfImageSourceCrop
Describes a source-image crop rectangle using fractions of the original image edges.
Inheritance
- Object
- PdfImageSourceCrop
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfImageStyle.SourceCrop
Constructors
PdfImageSourceCrop 2 overloads
public PdfImageSourceCrop() #Creates a crop rectangle with no cropped edges.
public PdfImageSourceCrop(Double left, Double top, Double right, Double bottom) #Creates a crop rectangle using fractions from 0 to less than 1 for each edge.
Parameters
- left System.Double
- top System.Double
- right System.Double
- bottom System.Double
Inherited Methods
Properties
public Double Left { get; set; } #Fraction cropped from the left edge of the source image.
public Double Top { get; set; } #Fraction cropped from the top edge of the source image.
public Double Right { get; set; } #Fraction cropped from the right edge of the source image.
public Double Bottom { get; set; } #Fraction cropped from the bottom edge of the source image.