Table of Contents

Method Build

Namespace
LMKit.Document.Annotations.Pdf
Assembly
LM-Kit.NET.dll

Build(Annotation, double)

Builds the appearance stream of one record on a page of the given height (points). Returns null when the record's kind has no visual form (Link, unknown kinds).

public static PdfAppearanceStream Build(Annotation annotation, double pageHeight)

Parameters

annotation Annotation
pageHeight double

Returns

PdfAppearanceStream
Share