Search Results for

    Show / Hide Table of Contents

    Class PdfAnnotation

    Inheritance
    System.Object
    PdfAnnotation
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public class PdfAnnotation

    Properties

    | Improve this Doc View Source

    BackgroundColor

    The backgroundcolor which will fill the background of this annotation

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    | Improve this Doc View Source

    Content

    The actual content of the annotation

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FontColor

    Font Color

    Declaration
    public Color FontColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    | Improve this Doc View Source

    FontName

    Fontname which defaults to "Arial"

    Declaration
    public string FontName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FontSize

    Font size which defaults to 12

    Declaration
    public float FontSize { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HasBorder

    Whether or not the annotation has borders

    Declaration
    public bool HasBorder { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Height

    Height of this annotation in millimeters

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Left

    Left position of this annotation in millimeters

    Declaration
    public float Left { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Opacity

    Opacity, reaching from 0 (transparent) to 1 (opaque)

    Declaration
    public float Opacity { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Top

    Top position of this annotation in millimeters

    Declaration
    public float Top { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Width

    Width of this annotation in millimeters

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx