Struct PrintArgs
Has options for printing PDF documents.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public struct PrintArgs
Properties
Name | Description |
---|---|
Default | The default args print the loaded document with a dialog. |
Methods
Name | Description |
---|---|
DocPath(String) | Allows to print a document from the file system. |
PrintService(String) | Select another print service. |
WithoutDialog() | Omit the dialog. |