iTextSharp.text.Annotation.Annotation C# (CSharp) Метод

Annotation() публичный Метод

public Annotation ( Annotation an ) : System
an Annotation
Результат System
        public Annotation(Annotation an)
        {
            annotationtype = an.annotationtype;
            annotationAttributes = an.annotationAttributes;
            llx = an.llx;
            lly = an.lly;
            urx = an.urx;
            ury = an.ury;
        }

Same methods

Annotation::Annotation ( float llx, float lly, float urx, float ury ) : System
Annotation::Annotation ( float llx, float lly, float urx, float ury, Uri url ) : System
Annotation::Annotation ( float llx, float lly, float urx, float ury, int named ) : System
Annotation::Annotation ( float llx, float lly, float urx, float ury, string url ) : System
Annotation::Annotation ( float llx, float lly, float urx, float ury, string file, int page ) : System
Annotation::Annotation ( float llx, float lly, float urx, float ury, string file, string dest ) : System
Annotation::Annotation ( float llx, float lly, float urx, float ury, string moviePath, string mimeType, bool showOnDisplay ) : System
Annotation::Annotation ( float llx, float lly, float urx, float ury, string application, string parameters, string operation, string defaultdir ) : System
Annotation::Annotation ( string title, string text ) : System
Annotation::Annotation ( string title, string text, float llx, float lly, float urx, float ury ) : System