PageSetup.GetPicture

GetPicture(bool, int)

Gets the Picture object of the header / footer.

public Picture GetPicture(bool isHeader, int section)
ParameterTypeDescription
isHeaderBooleanIndicates whether it is in the header or footer.
sectionInt320: Left Section, 1: Center Section, 2: Right Section.

Return Value

Returns Picture object. Returns null if there is no picture.

See Also


GetPicture(bool, bool, bool, int)

Gets the Picture object of the header / footer.

public Picture GetPicture(bool isFirst, bool isEven, bool isHeader, int section)
ParameterTypeDescription
isFirstBooleanIndicates whether getting the picture of first page header/footer.
isEvenBooleanIndicates whether getting the picture of even page header/footer.
isHeaderBooleanIndicates whether getting the picture of header/footer.
sectionInt320: Left Section, 1: Center Section, 2: Right Section.

Return Value

Returns Picture object.

See Also