iTextSharp.text.pdf.PdfContentByte.BeginMarkedContentSequence C# (CSharp) Метод

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

public BeginMarkedContentSequence ( PdfName tag ) : void
tag PdfName
Результат void
        public void BeginMarkedContentSequence(PdfName tag)
        {
            BeginMarkedContentSequence(tag, null, false);
        }

Same methods

PdfContentByte::BeginMarkedContentSequence ( PdfName tag, PdfDictionary property, bool inline ) : void
PdfContentByte::BeginMarkedContentSequence ( PdfStructureElement struc ) : void
PdfContentByte