Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / Layer Property

In This Topic
    Layer Property (AnnotationBase)
    In This Topic
    Gets or sets an object that specifies the layer to which this annotation belongs.

    This can be either an GrapeCity.Documents.Pdf.Layers.OptionalContentGroup or an GrapeCity.Documents.Pdf.Layers.OptionalContentMembership.

    Syntax
    'Declaration
     
    Public Property Layer As OptionalContentIdentifier
    public OptionalContentIdentifier Layer {get; set;}
    See Also