Class IClientEx
Amends IClient.
Inheritance
System.Object
IClientEx
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: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public static class IClientEx
Methods
| Name | Description |
|---|---|
| DrawImageFromOctets(IClient, FieldPosition, Byte[]) | Draws the image. |
| ExtractText(IClient) | Extracts text from the loaded document. |
| ExtractText(IClient, TextArgs) | Extracts text from the loaded document. |
| Print(IClient, PrintArgs) | Prints a PDF document. |
| Print(IClient, String) | Prints a PDF document. |
| PrintPath(IClient) | |
| PrintServices(IClient) | |
| RenderPageToOctets(IClient, Int32, Int32) | Renders a page with the desired resolution. |