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