AnnotationBorderStyle Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an annotation border style
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.AnnotationsAnnotationBorderStyle

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class AnnotationBorderStyle : UndefinedResource

The AnnotationBorderStyle type exposes the following members.

Constructors

  NameDescription
Public methodAnnotationBorderStyle
Initializes a new instance of the AnnotationBorderStyle class.
Public methodAnnotationBorderStyle(Double, BoxStyleDashPattern)
Initializes a new instance of the dashed AnnotationBorderStyle class.
Public methodAnnotationBorderStyle(Double, AnnotationBorderType)
Initializes a new instance of the AnnotationBorderStyle class.
Public methodAnnotationBorderStyle(Double, AnnotationBorderType, BoxStyleDashPattern)
Initializes a new instance of the AnnotationBorderStyle class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyDash
Gets the dash.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyType
Gets the type.
Public propertyWidth
Gets the width.
Top
See Also

Reference