iTextSharp.text.pdf.richmedia.CuePoint.CuePoint C# (CSharp) Méthode

CuePoint() public méthode

public CuePoint ( PdfName subtype ) : System
subtype iTextSharp.text.pdf.PdfName
Résultat System
        public CuePoint(PdfName subtype)
            : base(PdfName.CUEPOINT)
        {
            Put(PdfName.SUBTYPE, subtype);
        }
CuePoint