Show / Hide Table of Contents

Class StandardStampPreviewAppearance

Inheritance
System.Object
StandardStampPreviewAppearance
Implements
Android.OS.IParcelable
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public class StandardStampPreviewAppearance : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable

Constructors

StandardStampPreviewAppearance(IntPtr, JniHandleOwnership)

Declaration
protected StandardStampPreviewAppearance(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

StandardStampPreviewAppearance(String)

Declaration
public StandardStampPreviewAppearance(string stampLabel)
Parameters
Type Name Description
System.String stampLabel

StandardStampPreviewAppearance(String, CustomStampPreviewAppearance)

Declaration
public StandardStampPreviewAppearance(string stampLabel, CustomStampPreviewAppearance previewAppearance)
Parameters
Type Name Description
System.String stampLabel
CustomStampPreviewAppearance previewAppearance

StandardStampPreviewAppearance(String, CustomStampPreviewAppearance, Boolean, Boolean)

Declaration
public StandardStampPreviewAppearance(string stampLabel, CustomStampPreviewAppearance previewAppearance, bool pointLeft, bool pointRight)
Parameters
Type Name Description
System.String stampLabel
CustomStampPreviewAppearance previewAppearance
System.Boolean pointLeft
System.Boolean pointRight

StandardStampPreviewAppearance(String, Int32, CustomStampPreviewAppearance)

Declaration
public StandardStampPreviewAppearance(string stampLabel, int stringRes, CustomStampPreviewAppearance previewAppearance)
Parameters
Type Name Description
System.String stampLabel
System.Int32 stringRes
CustomStampPreviewAppearance previewAppearance

StandardStampPreviewAppearance(String, Int32, CustomStampPreviewAppearance, Boolean, Boolean)

Declaration
public StandardStampPreviewAppearance(string stampLabel, int textResource, CustomStampPreviewAppearance previewAppearance, bool pointLeft, bool pointRight)
Parameters
Type Name Description
System.String stampLabel
System.Int32 textResource
CustomStampPreviewAppearance previewAppearance
System.Boolean pointLeft
System.Boolean pointRight

Properties

Creator

Declaration
public static IParcelableCreator Creator { get; }
Property Value
Type Description
Android.OS.IParcelableCreator

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

PointLeft

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

PointRight

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

PreviewAppearance

Declaration
public CustomStampPreviewAppearance PreviewAppearance { get; set; }
Property Value
Type Description
CustomStampPreviewAppearance

StampLabel

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

Text

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

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

DescribeContents()

Declaration
public virtual int DescribeContents()
Returns
Type Description
System.Int32

GetStandardStampAppearancesFromBundle(Bundle)

Declaration
public static StandardStampPreviewAppearance[] GetStandardStampAppearancesFromBundle(Bundle bundle)
Parameters
Type Name Description
Android.OS.Bundle bundle
Returns
Type Description
StandardStampPreviewAppearance[]

GetText(Context)

Declaration
public virtual string GetText(Context context)
Parameters
Type Name Description
Android.Content.Context context
Returns
Type Description
System.String

PutStandardStampAppearancesToBundle(Bundle, StandardStampPreviewAppearance[])

Declaration
public static void PutStandardStampAppearancesToBundle(Bundle bundle, StandardStampPreviewAppearance[] standardStampPreviewAppearances)
Parameters
Type Name Description
Android.OS.Bundle bundle
StandardStampPreviewAppearance[] standardStampPreviewAppearances

WriteToParcel(Parcel, ParcelableWriteFlags)

Declaration
public virtual void WriteToParcel(Parcel dest, ParcelableWriteFlags flags)
Parameters
Type Name Description
Android.OS.Parcel dest
Android.OS.ParcelableWriteFlags flags

Implements

Android.OS.IParcelable
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Back to top Generated by DocFX