Class PTPrint
Inheritance
System.Object
PTPrint
Implements
UIKit.IUIPrintInteractionControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF
Assembly: PDFNetiOS.dll
Syntax
public class PTPrint : NSObject
Constructors
PTPrint()
Declaration
public PTPrint()
PTPrint(NSObjectFlag)
Declaration
protected PTPrint(NSObjectFlag t)
Parameters
Type | Name | Description |
---|---|---|
Foundation.NSObjectFlag | t |
PTPrint(NativeHandle)
Declaration
protected PTPrint(NativeHandle handle)
Parameters
Type | Name | Description |
---|---|---|
ObjCRuntime.NativeHandle | handle |
Properties
ClassHandle
Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type | Description |
---|---|
ObjCRuntime.NativeHandle |
Methods
PrepareDocToPrint(PTPDFDoc, PTPrintDelegate, NSObject)
Declaration
public virtual void PrepareDocToPrint(PTPDFDoc doc, PTPrintDelegate printDelegate, NSObject userData)
Parameters
Type | Name | Description |
---|---|---|
PTPDFDoc | doc | |
PTPrintDelegate | printDelegate | |
Foundation.NSObject | userData |
PrintDoc(String, CGRect, UIView, String, Boolean, UIPrintInteractionCompletionHandler)
Declaration
public virtual void PrintDoc(string docFilePath, CGRect rect, UIView view, string jobName, bool animated, UIPrintInteractionCompletionHandler completionHandler)
Parameters
Type | Name | Description |
---|---|---|
System.String | docFilePath | |
CoreGraphics.CGRect | rect | |
UIKit.UIView | view | |
System.String | jobName | |
System.Boolean | animated | |
UIKit.UIPrintInteractionCompletionHandler | completionHandler |
PrintDoc(String, String, Boolean, UIPrintInteractionCompletionHandler)
Declaration
public virtual void PrintDoc(string docFilePath, string jobName, bool animated, UIPrintInteractionCompletionHandler completionHandler)
Parameters
Type | Name | Description |
---|---|---|
System.String | docFilePath | |
System.String | jobName | |
System.Boolean | animated | |
UIKit.UIPrintInteractionCompletionHandler | completionHandler |
PrintDoc(String, UIBarButtonItem, String, Boolean, UIPrintInteractionCompletionHandler)
Declaration
public virtual void PrintDoc(string docFilePath, UIBarButtonItem barButtonItem, string jobName, bool animated, UIPrintInteractionCompletionHandler completionHandler)
Parameters
Type | Name | Description |
---|---|---|
System.String | docFilePath | |
UIKit.UIBarButtonItem | barButtonItem | |
System.String | jobName | |
System.Boolean | animated | |
UIKit.UIPrintInteractionCompletionHandler | completionHandler |
Implements
UIKit.IUIPrintInteractionControllerDelegate
ObjCRuntime.INativeObject
System.IDisposable