Class CropPdfImage
Inheritance
System.Object
CropPdfImage
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Drawing
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class CropPdfImage : IDisposable
Constructors
CropPdfImage()
Declaration
public CropPdfImage()
Methods
Dispose()
Declaration
public void Dispose()
Run(PdfReader, RectangleF)
Declaration
public Stream Run(PdfReader pdfReader, RectangleF cropRectangle)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.GraphicsMill.Codecs.PdfReader | pdfReader | |
System.Drawing.RectangleF | cropRectangle |
Returns
Type | Description |
---|---|
System.IO.Stream |
Implements
System.IDisposable