←Select platform

SaveLayer Method (AnnCodecs)

Summary

Saves an annotation layer to a writer.

Syntax

C#
VB
Java
Public Sub SaveLayer( _ 
   ByVal writer As Writer, _ 
   ByVal layer As Leadtools.Annotations.Core.AnnLayer, _ 
   ByVal format As Leadtools.Annotations.Core.AnnFormat, _ 
   ByVal savePageNumber As Integer _ 
)  
public void saveLayer(Writer writer, AnnLayer layer, AnnFormat format, int savePageNumber) 

Parameters

writer
The destination writer to save the data to.

layer
The AnnLayer to be saved. This value must not be null.

format
Must be AnnFormat.Annotations.

savePageNumber
The page number on which to place the data.

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class

AnnCodecs Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly