Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / BeginLayer Method

In This Topic
    BeginLayer Method
    In This Topic
    Begins rendering to a layer specified by layerName. That name should match the GrapeCity.Documents.Pdf.Layers.OptionalContentGroup.Name of an existing GrapeCity.Documents.Pdf.Layers.OptionalContentGroup in the GrapeCity.Documents.Pdf.Layers.OptionalContentProperties.Groups collection of the current document's GcPdfDocument.OptionalContent.

    The EndLayer method must be called to end rendering to the specified layer.

    Overload List
    OverloadDescription
    Begins rendering to a layer specified by layerName. That name should match the GrapeCity.Documents.Pdf.Layers.OptionalContentGroup.Name of an existing GrapeCity.Documents.Pdf.Layers.OptionalContentGroup in the GrapeCity.Documents.Pdf.Layers.OptionalContentProperties.Groups collection of the current document's GcPdfDocument.OptionalContent.

    The EndLayer method must be called to end rendering to the specified layer.

     
    Begins rendering to the specified layer. That layer should already exist in the GrapeCity.Documents.Pdf.Layers.OptionalContentProperties.Groups collection of the current document's GcPdfDocument.OptionalContent.

    The EndLayer method must be called to end rendering to the specified layer.

     
    Begins rendering to the specified layer.

    The EndLayer method must be called to end rendering to the specified layer.

     
    See Also