Overload | Description |
---|---|
BeginLayer(String) | 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. |
BeginLayer(OptionalContentGroup) | 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. |
BeginLayer(OptionalContentMembership) | Begins rendering to the specified layer.
The EndLayer method must be called to end rendering to the specified layer. |