Show / Hide Table of Contents

Class PTCustomStampOption

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

Constructors

PTCustomStampOption(NSCoder)

Declaration
public PTCustomStampOption(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTCustomStampOption(NSObjectFlag)

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

PTCustomStampOption(PTObj)

Declaration
public PTCustomStampOption(PTObj stampObj)
Parameters
Type Name Description
PTObj stampObj

PTCustomStampOption(IntPtr)

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

PTCustomStampOption(String, String, PTRubberStampColorModel, nfloat, Boolean, Boolean)

Declaration
public PTCustomStampOption(string text, string secondText, PTRubberStampColorModel colourModel, nfloat fillOpacity, bool pointingLeft, bool pointingRight)
Parameters
Type Name Description
System.String text
System.String secondText
PTRubberStampColorModel colourModel
System.nfloat fillOpacity
System.Boolean pointingLeft
System.Boolean pointingRight

PTCustomStampOption(String, String, UIColor, UIColor, UIColor, UIColor, nfloat, Boolean, Boolean)

Declaration
public PTCustomStampOption(string text, string secondText, UIColor bgColorStart, UIColor bgColorEnd, UIColor textColor, UIColor borderColor, nfloat fillOpacity, bool pointingLeft, bool pointingRight)
Parameters
Type Name Description
System.String text
System.String secondText
UIKit.UIColor bgColorStart
UIKit.UIColor bgColorEnd
UIKit.UIColor textColor
UIKit.UIColor borderColor
System.nfloat fillOpacity
System.Boolean pointingLeft
System.Boolean pointingRight

Properties

BgColorEnd

Declaration
public virtual UIColor BgColorEnd { get; set; }
Property Value
Type Description
UIKit.UIColor

BgColorStart

Declaration
public virtual UIColor BgColorStart { get; set; }
Property Value
Type Description
UIKit.UIColor

BorderColor

Declaration
public virtual UIColor BorderColor { get; set; }
Property Value
Type Description
UIKit.UIColor

ClassHandle

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

FillOpacity

Declaration
public virtual nfloat FillOpacity { get; set; }
Property Value
Type Description
System.nfloat

PointingLeft

Declaration
public virtual bool PointingLeft { get; set; }
Property Value
Type Description
System.Boolean

PointingRight

Declaration
public virtual bool PointingRight { get; set; }
Property Value
Type Description
System.Boolean

SecondText

Declaration
public virtual string SecondText { get; set; }
Property Value
Type Description
System.String

Text

Declaration
public virtual string Text { get; set; }
Property Value
Type Description
System.String

TextColor

Declaration
public virtual UIColor TextColor { get; set; }
Property Value
Type Description
UIKit.UIColor

Methods

ConfigureStampObject(PTObj)

Declaration
public virtual void ConfigureStampObject(PTObj stampObj)
Parameters
Type Name Description
PTObj stampObj

EncodeTo(NSCoder)

Declaration
public virtual void EncodeTo(NSCoder encoder)
Parameters
Type Name Description
Foundation.NSCoder encoder

Implements

Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX