ITextParagraphFormat.RightIndent Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a margem direita de um parágrafo.
public:
property float RightIndent { float get(); void set(float value); };
float RightIndent();
void RightIndent(float value);
public float RightIndent { get; set; }
var single = iTextParagraphFormat.rightIndent;
iTextParagraphFormat.rightIndent = single;
Public Property RightIndent As Single
Valor da propriedade
Single
float
O tamanho da margem direita, em pontos de ponto flutuante.