Aspose::Pdf::BorderInfo::BorderInfo constructor

BorderInfo::BorderInfo() constructor

Initializes a new instance of the BorderInfo class.

Aspose::Pdf::BorderInfo::BorderInfo()

See Also

BorderInfo::BorderInfo(BorderSide) constructor

Initializes a new instance of the BorderInfo class.

Aspose::Pdf::BorderInfo::BorderInfo(BorderSide borderSide)
ParameterTypeDescription
borderSideBorderSideIndicates the border sides info. For example: (BorderSide.Left

See Also

BorderInfo::BorderInfo(BorderSide, float) constructor

Initializes a new instance of the BorderInfo class.

Aspose::Pdf::BorderInfo::BorderInfo(BorderSide borderSide, float borderWidth)
ParameterTypeDescription
borderSideBorderSideIndicates the border sides info. For example: (BorderSide.Left
borderWidthfloatThe width of the border.

See Also

BorderInfo::BorderInfo(BorderSide, float, System::SharedPtr<Color>) constructor

Initializes a new instance of the BorderInfo class.

Aspose::Pdf::BorderInfo::BorderInfo(BorderSide borderSide, float borderWidth, System::SharedPtr<Color> borderColor)
ParameterTypeDescription
borderSideBorderSideIndicates the border sides info. For example: (BorderSide.Left
borderWidthfloatThe width of the border.
borderColorSystem::SharedPtr<Color>The border color.

See Also

BorderInfo::BorderInfo(BorderSide, System::SharedPtr<Color>) constructor

Initializes a new instance of the BorderInfo class.

Aspose::Pdf::BorderInfo::BorderInfo(BorderSide borderSide, System::SharedPtr<Color> borderColor)
ParameterTypeDescription
borderSideBorderSideIndicates the border sides info. For example: (int)(BorderSide.Left
borderColorSystem::SharedPtr<Color>The border color.

See Also

BorderInfo::BorderInfo(BorderSide, System::SharedPtr<GraphInfo>) constructor

Initializes a new instance of the BorderInfo class.

Aspose::Pdf::BorderInfo::BorderInfo(BorderSide borderSide, System::SharedPtr<GraphInfo> info)
ParameterTypeDescription
borderSideBorderSideIndicates the border sides info. For example: (BorderSide.Left
infoSystem::SharedPtr<GraphInfo>The border info.

See Also