[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.BeginLayer

Class BeginLayer

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

PDF "BDC" operator. Begin a PDF layer.

public class BeginLayer : BeginMarkedContentWithParams
Inheritance
object
BeginLayer
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

BeginLayer(PdfName, IPdfDict, PdfName, object, bool)

Initializes a new instance of the BeginMarkedContentWithParams class.

public BeginLayer(PdfName role, IPdfDict dict, PdfName name, object layer, bool active)

Parameters

role PdfName

The value of Role.

dict IPdfDict

The value of Dict.

name PdfName

The value of DictName.

layer object

The layer OptionalContentGroup or OptionalContentMembership.

active bool

Indicates whether layer was active.

Fields

Active

Indicates whether the Layer was active.

public readonly bool Active

Field Value

bool

Layer

public readonly object Layer

Field Value

object

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Methods

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.