AnnotationCollection.Add

Add(Annotation, bool)

将注释添加到集合中。如果页面被旋转,则注释矩形将相应地重新计算。

public void Add(Annotation annotation, bool considerRotation)
参数类型描述
annotationAnnotation要添加的注释。
considerRotationBoolean如果为真,并且页面被旋转,则注释位置将根据页面旋转重新计算。

另请参见


Add(Annotation)

将注释添加到集合中。

public void Add(Annotation annotation)
参数类型描述
annotationAnnotation要添加的注释。

另请参见