Show / Hide Table of Contents

Class PTRubberStampManager

Inheritance
System.Object
PTRubberStampManager
Implements
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTRubberStampManager : NSObject, IPTOverridable, INativeObject, IDisposable

Constructors

PTRubberStampManager()

Declaration
public PTRubberStampManager()

PTRubberStampManager(NSObjectFlag)

Declaration
protected PTRubberStampManager(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTRubberStampManager(IntPtr)

Declaration
protected PTRubberStampManager(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

CustomStampOptions

Declaration
public virtual PTCustomStampOption[] CustomStampOptions { get; set; }
Property Value
Type Description
PTCustomStampOption[]

DarkRed

Declaration
public static PTRubberStampColorModel DarkRed { get; }
Property Value
Type Description
PTRubberStampColorModel

LightBlue

Declaration
public static PTRubberStampColorModel LightBlue { get; }
Property Value
Type Description
PTRubberStampColorModel

LightGreen

Declaration
public static PTRubberStampColorModel LightGreen { get; }
Property Value
Type Description
PTRubberStampColorModel

LightRed

Declaration
public static PTRubberStampColorModel LightRed { get; }
Property Value
Type Description
PTRubberStampColorModel

NumberOfCustomStamps

Declaration
public virtual nuint NumberOfCustomStamps { get; }
Property Value
Type Description
System.nuint

NumberOfStandardStamps

Declaration
public virtual nuint NumberOfStandardStamps { get; }
Property Value
Type Description
System.nuint

Purple

Declaration
public static PTRubberStampColorModel Purple { get; }
Property Value
Type Description
PTRubberStampColorModel

StampColors

Declaration
public static PTRubberStampColorModel[] StampColors { get; }
Property Value
Type Description
PTRubberStampColorModel[]

StandardStampOptions

Declaration
public virtual PTCustomStampOption[] StandardStampOptions { get; set; }
Property Value
Type Description
PTCustomStampOption[]

Yellow

Declaration
public static PTRubberStampColorModel Yellow { get; }
Property Value
Type Description
PTRubberStampColorModel

Methods

GetBitMapForStampWithHeight(Double, Double, PTCustomStampOption)

Declaration
public static UIImage GetBitMapForStampWithHeight(double height, double width, PTCustomStampOption stampOption)
Parameters
Type Name Description
System.Double height
System.Double width
PTCustomStampOption stampOption
Returns
Type Description
UIKit.UIImage

SaveCustomStampOption(PTCustomStampOption)

Declaration
public virtual void SaveCustomStampOption(PTCustomStampOption stamp)
Parameters
Type Name Description
PTCustomStampOption stamp

Implements

IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX