Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / CreateAppearanceContentStream Method

In This Topic
    CreateAppearanceContentStream Method
    In This Topic
    Creates an instance of GrapeCity.Documents.Pdf.Graphics.FormXObject that can be used to define the annotation's appearance stream.

    Note that when this method is called, the annotation must already have been added to the document, otherwise an exception will be thrown.

    Syntax
    'Declaration
     
    Public Function CreateAppearanceContentStream() As FormXObject
    public FormXObject CreateAppearanceContentStream()

    Return Value

    See Also