Add

Add(Annotation, bool)

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

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

也可以看看


Add(Annotation)

向集合添加注释。

public void Add(Annotation annotation)
范围类型描述
annotationAnnotation应添加的注释。

也可以看看