Show / Hide Table of Contents

Interface AnnotStyle.IAnnotStyleHolder

Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IAnnotStyleHolder

Properties

AnnotPreview

Declaration
AnnotationPropertyPreviewView AnnotPreview { get; }
Property Value
Type Description
AnnotationPropertyPreviewView

AnnotPreviews

Declaration
SparseArray AnnotPreviews { get; }
Property Value
Type Description
Android.Util.SparseArray

AnnotStyle

Declaration
AnnotStyle AnnotStyle { get; }
Property Value
Type Description
AnnotStyle

Methods

OnAnnotStyleLayoutUpdated()

Declaration
void OnAnnotStyleLayoutUpdated()

SetAnnotPreviewVisibility(Int32)

Declaration
void SetAnnotPreviewVisibility(int visibility)
Parameters
Type Name Description
System.Int32 visibility
In This Article
Back to top Generated by DocFX