'DeclarationPublic Property LineSpacingMode As PdfFormattedParagraphLineSpacing
'UsageDim instance As PdfFormattedParagraph Dim value As PdfFormattedParagraphLineSpacing instance.LineSpacingMode = value value = instance.LineSpacingMode
public PdfFormattedParagraphLineSpacing LineSpacingMode {get; set;}
public: property PdfFormattedParagraphLineSpacing LineSpacingMode { PdfFormattedParagraphLineSpacing get(); void set ( PdfFormattedParagraphLineSpacing value); }