Add

Add(Annotation, bool)

Lägger till anteckning till samlingen. Om sidan roteras kommer anteckningsrektangeln att beräknas om i enlighet med detta.

public void Add(Annotation annotation, bool considerRotation)
ParameterTypBeskrivning
annotationAnnotationAnteckning som ska läggas till.
considerRotationBooleanOm sant och om sidan roteras, kommer anteckningspositionen att räknas om i enlighet med sidans rotation.

Se även


Add(Annotation)

Lägger till anteckning till samlingen.

public void Add(Annotation annotation)
ParameterTypBeskrivning
annotationAnnotationAnteckning som ska läggas till.

Se även